home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12745 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news.netxpress.com!root
  2. From: ghporter@NetXpress.com (Glenn H. Porter)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: works in Borland but not in Microsuck Visual C++
  5. Date: Thu, 21 Mar 1996 14:18:32 GMT
  6. Organization: Digital Alpha Server NetXpress.com
  7. Message-ID: <4irokl$j1b@ferrari.NetXpress.com>
  8. References: <4ia6h8$jes@news.vanderbilt.edu>
  9. NNTP-Posting-Host: ppp-1-18.netxpress.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. haseltbt@ctrvax.vanderbilt.edu (Bennett Haselton) wrote:
  13.  
  14. Bennett,
  15.  
  16. I have to agree with others who have responded to say that you didn't
  17. initialize your pointer.  Now, why will Borland C++ let you do this
  18. while VC++ won't?  Because Borland likes to hold hands and keep the
  19. programmer from tripping on his own, er, whatever.   The response that
  20. pointed out that MS compilers will let you write a nice tight circle
  21. around code without letting you know about it are right.  Borland lets
  22. you know about this while MS doesn't care.  Sorta like cutting class
  23. in you freshman year...it's your money (code). 
  24.  
  25. My big complaint with VC++ is that I like Visual Basic and its
  26. development environment, allowing you to write for Windows without
  27. having to spend the week in books to find out how to change the width
  28. of a window border or such nonsense.  I bought VC++ thinking that I
  29. could dump my use of basic once and for all.  NOT!  I also don't like
  30. the automatic use of background compilation.  When I compile, I want
  31. it done when I push the mouse button, not a long time later.  I want
  32. to see if I did what I think I did with my code, and I want it now!  I
  33. do like some functionality that VC++ has, but the comfort adjustment
  34. curve for this product is awfully steep.
  35.  
  36. Regards, 
  37. Glenn
  38.  
  39.  
  40.